projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edd6c4d
)
docs: syntax fix
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 20 May 2014 13:55:29 +0000
(09:55 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 20 May 2014 13:55:29 +0000
(09:55 -0400)
It is just 'Deprecated:' in doc comments, not '@Deprecated:'.
gtk/gtkwidget.c
patch
|
blob
|
history
diff --git
a/gtk/gtkwidget.c
b/gtk/gtkwidget.c
index 3112f468be7be0d73a315a9b23f7c43a9b9b8163..fd702646595b34fed4016ef4fd9f71e371ee96b9 100644
(file)
--- a/
gtk/gtkwidget.c
+++ b/
gtk/gtkwidget.c
@@
-7379,7
+7379,7
@@
gtk_widget_reparent_fixup_child (GtkWidget *widget,
* Moves a widget from one #GtkContainer to another, handling reference
* count issues to avoid destroying the widget.
*
- *
@
Deprecated: 3.14. Use gtk_container_remove() and gtk_container_add().
+ * Deprecated: 3.14. Use gtk_container_remove() and gtk_container_add().
**/
void
gtk_widget_reparent (GtkWidget *widget,